home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / ACORNUSERS / EMULATOR / ORIC / ReadMe < prev    next >
Text File  |  1996-09-09  |  2KB  |  75 lines

  1. Version 1.2 of the Oric emulator.
  2. ---------------------------------
  3.  
  4. #include <StdDisclaim.h>
  5. #define Freeware "Indeed"
  6.  
  7. If you pass it on to somebody else, it should be in its original form,
  8. ie. not altered at all.
  9.  
  10. This is an Oric emulator for the Acorn RISC OS range of computers.
  11. This version runs on all Archimedes machines (1987) up to the latest
  12. Risc PC models.
  13.  
  14. RiscPC users should take the 'ModeDesc' file, and append it to their monitor
  15. definition file.
  16.  
  17. Thanks to Tansoft for releasing all their titles.
  18. The game of Defense Force has therefore been included as an example.
  19.  
  20. Thanks to Jens H. Ovesen for his Macros library, here included.
  21.  
  22. Also included is 'Enter', an original musicplaying demo from 1984. It should
  23. play a little faster (can be adjusted) and it shouldn't end as it does, but
  24. then again, that is how I wrote it back then.
  25.  
  26. Full colour HIRES graphics are available, but intolerably slow. Therefore,
  27. on request, an option has been implemented. This option will switch off
  28. the colours in HIRES mode.
  29.  
  30. Also you must choose to assemble for Atmos or Oric-1 and preferably both.
  31.  
  32. These things are controlled in lines 160 and 170 of the source file 
  33.     "Source.MkOric"
  34.  
  35. Assembling:
  36. ----------
  37. 1)
  38. Before you can do the assembling, you must create the file 
  39.     "Source.LogAdd"
  40. by running
  41.     "Source.MkLA"
  42. This will take a minute or so.
  43.  
  44. 2)
  45. Then run
  46.     "Source.!Assemble"
  47.  
  48.  
  49. If you want both Oric-1 and Atmos capability you can use both filetypes
  50.     Oric-1:    0be
  51.     Atmos1:    0ba
  52. doubleclick will start the Emulator and load the file.
  53. It accepts tape files for program input. But you will have to type them
  54. correctly whenever that matters.
  55. Take a look at
  56.     http://www.ensica.fr/LOCAL/ORIC/oric_english.html
  57. for those kind of files.
  58. When a tapefile contains more than what is needed for a CLOAD"" proces
  59. the file can be regarded as a tape that has stopped. Next CLOAD"" will
  60. take place from that point inside the file. Useful for mirroring entire
  61. tapes into a single file. And most games from above source are structured
  62. like that, including 'Defense Force' which is actually 4 individual
  63. programs. Don't think about it; just doubleclick.
  64.  
  65. Current directory will be set to the directory of that file, however this
  66. may change in the future. It should change.
  67.  
  68. Use * as an Oric command to reach the RiscOs CLI.
  69. Use f12 to quit.
  70.  
  71. Read the !Help-file for more info on the features missing from this
  72. particular version and how to complain about that.
  73.  
  74. Thomas Olsson
  75. Bent Valerius